home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1507 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: help encryption program
  5. Date: Sun, 14 Jan 96 19:23:41 GMT
  6. Organization: none
  7. Message-ID: <821647421snz@genesis.demon.co.uk>
  8. References: <4dbb0o$dbm@jaring.my>
  9. Reply-To: fred@genesis.demon.co.uk
  10. X-NNTP-Posting-Host: genesis.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.27
  12. X-Mail2News-Path: genesis.demon.co.uk
  13.  
  14. In article <4dbb0o$dbm@jaring.my> meimei@pl.jaring.my  writes:
  15.  
  16. >Requirement :
  17. >==========
  18. >
  19. >A encryption scheme is to interchange letters of the alphabet on a
  20. >one-to-one basis. This can be accomplished with a transalation table
  21. >for the 52 lowercase and uppercase letters.
  22. >
  23. >Write a C program that implements such a scheme to encode text. The
  24. >program must also have the option to decode text thst has been
  25. >encoded. The user must select whether he wants to encode or decode the
  26. >text and then type in the appropriate text.
  27. >
  28. >Can anyone solve the above problem ?
  29.  
  30. Of course we can. However usually the point of a question like that is that
  31. *you* solve it.
  32.  
  33. -- 
  34. -----------------------------------------
  35. Lawrence Kirby | fred@genesis.demon.co.uk
  36. Wilts, England | 70734.126@compuserve.com
  37. -----------------------------------------
  38.